翻訳と辞書
Words near each other
・ WARR
・ Warr
・ WARR (research group)
・ Warr (surname)
・ Warr Acres
・ Warr Acres (album)
・ Warr Acres (band)
・ Warnitz (Uckermark) station
・ Warniłęg
・ Warnke
・ Warnke Covered Bridge
・ Warnkenhagen
・ Warnker See
・ Warnkowo
・ Warnock
Warnock algorithm
・ Warnock Islands
・ Warnock's dilemma
・ Warnock, Ohio
・ Warnockia
・ Warnors Theatre
・ Warnow
・ Warnow (disambiguation)
・ Warnow (Güstrow)
・ Warnow Tunnel
・ Warnow, Nordwestmecklenburg
・ Warnow-Ost
・ Warnow-West
・ Warnowiaceae
・ Warnowo, Warmian-Masurian Voivodeship


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Warnock algorithm : ウィキペディア英語版
Warnock algorithm

The Warnock algorithm is a hidden surface algorithm invented by John Warnock that is typically used in the field of computer graphics.〔, 32 pages
Also: http://www.dtic.mil/cgi-bin/GetTRDoc?AD=AD753671&Location=U2&doc=GetTRDoc.pdf〕
It solves the problem of rendering a complicated image by recursive subdivision of a scene until areas are obtained that are trivial to compute. In other words, if the scene is simple enough to compute efficiently then it is rendered; otherwise it is divided into smaller parts which are likewise tested for simplicity.〔, 608 pages〕
This is a divide and conquer algorithm with run-time of O(np), where ''n'' is the number of polygons and ''p'' is the number of pixels in the viewport.
The inputs are a list of polygons and a viewport. The best case is that if the list of polygons is simple, then draw the polygons in the viewport. Simple is defined as one polygon (then the polygon or its part is drawn in appropriate part of a viewport) or a viewport that is one pixel in size (then that pixel gets a color of the polygon closest to the observer). The continuous step is to split the viewport into 4 equally sized quadrants and to recursively call the algorithm for each quadrant, with a polygon list modified such that it only contains polygons that are visible in that quadrant.
==References==


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Warnock algorithm」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.